-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
担当が決まっていない提出物にメンターがコメントをした場合にアラートを出す #7953
Conversation
従来通り担当するボタンを押下した場合はダイアログは表示されない
お疲れ様です! |
@Judeeeee |
早速のコメント助かります🙏 引き続きよろしくお願いいたしますー! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Judeeeee
お待たせしております。
コード、動作確認共に確認させていただきました。
自分からはOKです🙆
------追記------
Approveした後で申し訳ないですが、1点だけコメントしています。
ただ、どちらでもいい話なのでスルーでも大丈夫です🙆
Approveには変わりないので、komagataさんにレビュー依頼していただいて差し支えありません。🙏
app/javascript/checkable.js
Outdated
@@ -81,6 +81,9 @@ export default { | |||
this.id = json.checker_id | |||
this.name = json.checker_name | |||
if (this.id !== null) { | |||
if (commented) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nits] Approveした後で恐縮ですが、以下の点で少しだけ個人的に違和感があります。
- commentedという変数名
このcheckProduct関数が担当するボタンでも使われていることから、 commented
(コメントがされているか、されてなければ担当がいないだろう、という意味だと解釈しました。)とされたと思います。
ただ、コメントから担当するという意味で、isChargeFromComment
とかでもいいのかなと思いました。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
レビューありがとうございます🙏
確かに仰る通りですね!ご指摘助かります!
isChargeFromComment
の方がよりよいと思うので、修正いたします🫡
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
お疲れ様です!
ee4d380のcommitで修正いたしましたので、ご確認ください🙏
commentedからisChargeFromCommentへ変更
ラベル・文頭のマーク切り替えはproductCheckerIdの条件分岐で行っている。 そのため、背景もこの仕様に合わせた。
先日はレビューありがとうございました! 提出物の「担当するボタン」の表示についてです。 しかし、今回の修正(担当者がいない提出物にメンターがコメントをした場合)ではボタン単体の挙動に合わせられていませんでした。
動画ボタン単体で押下した場合の表示2024-07-16.15.02.54.mov変更前default.mov変更後default.movお手数おかけして大変恐縮なのですが、修正commitを取り込みご確認いただけないでしょうか? すみません、よろしくお願いいたします🙇 |
@Judeeeee また、デザインの問題についてもご共有ありがとうございます。 |
@reckyy |
お疲れ様ですー! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
確認させて頂きました。OKです〜🙆♂️
本番で確認しました🎉🎉🎉🎉🎉 |
Issue
概要
現在、担当が決まっていない提出物にメンターがコメントをした際には、緑のFlashで"担当になりました"と通知が出ます。
通知を見逃しがちなので、今回の変更ではブラウザのアラート表示後に緑のFlashで通知を出しました。
変更確認方法
feature/alert-dialog-on-unassigned-products
をローカルに取り込むforeman start -f Procfile.dev
でローカルサーバーを立ち上げる確認事項
Screenshot
修正前
担当が決まっていない提出物にコメントをすると緑のFlashが出る
2024-07-10.19.00.42.mov
今回の修正
アラートのOKボタン押下後に緑のFlashが出る
2024-07-11.11.07.48.mov